/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
    atmosphere
    {
        type            patch;
        nFaces          127;
        startFace       42646;
    }
    ground
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          156;
        startFace       42773;
    }
    cylinder
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          232;
        startFace       42929;
    }
    frontback
    {
        type            empty;
        inGroups        List<word> 1(empty);
        nFaces          43036;
        startFace       43161;
    }
    inlet
    {
        type            patch;
        nFaces          29;
        startFace       86197;
    }
    inletwall
    {
        type            wall;
        inGroups        List<word> 1(wall);
        nFaces          4;
        startFace       86226;
    }
    outlet
    {
        type            patch;
        nFaces          232;
        startFace       86230;
    }
)

// ************************************************************************* //
